home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Objects / protos / object.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-25  |  100 b   |  3 lines

  1. static PyObject *do_cmp ( PyObject *v , PyObject *w );
  2. static PyObject *none_repr ( PyObject *op );
  3.